home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHome 1999 Game
/
Image.bin
/
Humor
/
Billmo Comedy
/
Billmo Comedy Skit
/
Billmo Comedy Skit.0
/
00092_Dumb frame.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-05-01
|
286 b
|
21 lines
on enterFrame
global gClickle
puppetSound("Dummies")
updateStage()
puppetSound(0)
if gClickle = 5 then
set gClickle to gClickle + 1
else
nothing()
end if
end
on exitFrame
global gClickle
if gClickle = 1 then
go("New")
else
go("Billmo")
end if
end